home *** CD-ROM | disk | FTP | other *** search
/ Revolution - Das Atari CD Magazin 1997 / Revolution - Das Atari CD Magazin 1.iso / software / mag_prg / udo / udo6ehp7.tz / udo6ehp7 / UDO6eng / doc / install.txt next >
Text File  |  1997-01-04  |  990b  |  31 lines

  1.  
  2. Installing the Unix versions
  3. ============================
  4.  
  5. After having extracted the archive copy the files of `bin/' to
  6. `/usr/local/bin' or any other directory of $PATH.
  7.  
  8. Copy the manpage `udo.1' to `/usr/man/man1/'.
  9.  
  10. To read the documentation of UDO with GNU Info convert the UDO source
  11. files to GNU Texinfo, run Makeinfo and copy the Info file to
  12. $INFOPATH. You have to edit $INFOPATH/dir to get access to the UDO
  13. Info files.
  14.  
  15. Furthermore you should make some scripts or aliase to simplify calling
  16. UDO. The following script (named `'u2tex`') shows how to tell UDO that
  17. he shall convert the source file to LaTeX):
  18.  
  19.      #!bin/sh
  20.      udo --tex -o ! $*
  21.  
  22. You can make similar scripts for the other destination formats if you
  23. want. The UDO distribution already contains some scripts.
  24.  
  25. Hint for users of Linux-SGML: My version doesn't contain all possible
  26. entities. Just take a look ate the Linuxdoc-SGML FAQ in the middle of
  27. this documentation if Linuxdoc-SGML prints an error message.
  28.  
  29.  
  30.  
  31.